if (!site) var site
if (!book) var book
if (!static) var static
var g_boff=40
var webSiteRoot=""
function printPopup()
{
if (document.location.href.indexOf('?')>0)
printHref=document.location.href+'&solo=print'
else printHref=document.location.href + '?solo=print';
printHref=printHref.replace('#','');
if (static == 1) {
printHref=document.location.href;
rExp=/.htm/gi;
printHref=printHref.replace(rExp, "__print.htm");
}
if (window.name=='print')
document.location.href=printHref;
else
window.open(printHref,'','width=600,toolbar=1,menubar=1,location=0,scrollbars=1,resizable=1');
}
function bookmarkPage()
{
window.external.AddFavorite(document.location.href,GLOBAL_CLIENT_TITLE + ' -- ' + site + ' -- [' + book + ']');
}
var csslink = "/" + site + ".asp?book=" + book + "&css=change";
if (footWidth == "") {
footWidth = 558;
}
var tools1=''+
'
' +
'' +
'' +
' | ' +
' | ' +
' | '
if (static != 1) {
tools1+=' | ' +
' | ' +
'' +
' ' +
'  ' +
'  | ' +
' | ' +
'  | '
}
tools1+=' | ' +
' | ' +
' | ' +
' |
';
document.write(tools1);